home *** CD-ROM | disk | FTP | other *** search
- *************************************************
- *** Microsoft C and QuickC Reserved Words ***
- *************************************************
- * Statements *
- break
- case<[>!
- continue
- default<[>!
- do[-
- for[-
- goto
- if[-
- else[-
- return
- switch
- while[-
- * Declarations *
- auto
- char
- const
- double
- enum
- extern
- float
- int
- long
- register
- short
- signed
- sizeof
- static
- struct
- typedef
- union
- unsigned
- void
- volatile
- * Implementation Dependent *
- cdecl
- far
- fortran
- huge
- near
- pascal
- * Preprocessor Directives *
- #define
- #elif<[>
- #else<[]>
- #endif<[
- #error
- #if[>
- #ifdef[>
- #ifndef[>
- #include
- #line
- #pragma
- #undef
- defined
-